Skip to content

Add VS2026 platform toolset mapping#949

Merged
jasonsandlin merged 3 commits intomainfrom
user/jasonsa/v145map
Mar 13, 2026
Merged

Add VS2026 platform toolset mapping#949
jasonsandlin merged 3 commits intomainfrom
user/jasonsa/v145map

Conversation

@jasonsandlin
Copy link
Copy Markdown
Member

@jasonsandlin jasonsandlin commented Mar 13, 2026

VS2026 uses VisualStudioVersion=18 which wasn't mapped in the GDK or Win32 props files, causing PlatformToolset to fall back to v100 and fail to build. This adds a mapping for VS2026 to use the v143 toolset (same as VS2022) in both libHttpClient.GDK.props and libHttpClient.Win32.props.

Also adds HCLibToolset mapping for the v145 platform toolset (VS2026 native). Without it, if a consumer project uses PlatformToolset=v145 with HCStaticLib=true, HCLibToolset falls back to $(PlatformToolsetVersion) which may not resolve correctly, causing the wrong static lib project name to be constructed. This is a forward-compat addition — it has zero impact on existing v141/v142/v143 consumers

@jasonsandlin jasonsandlin merged commit 4b53c30 into main Mar 13, 2026
15 checks passed
@jasonsandlin jasonsandlin deleted the user/jasonsa/v145map branch March 13, 2026 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants